home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_201 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-05  |  73 b   |  5 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.gotoAndStop("readyStart");
  4. }
  5.